| lcPlineGetPrevVer | Home |
|
HANDLE lcPlineGetPrevVer ( HANDLE hPline, HANDLE hVertex ); |
| hPline | |
| Handle to a polyline object. | |
| hVertex | |
| Handle to the polyline vertex. | |
| Handle to the vertex that is placed before hVertex in the polyline. If there are no vertex before hVertex, the function returns NULL. |
| lcPlineGetLastVer, lcPlineGetFirstVer, lcPlineGetNextVer |